Hi folks,

A lot of options to set in this version of the EMA CROSS EA and maybe it confuse you.
But the good news is "YOU CAN & RECOMMENDED TO USE THE DEFAULTS"

Anyway this is the options in details:

What's the EMA CROSS?

The trading based on crossing of two EMAs (and 3 EMAs) is very old idea and which it worked and works.
But the EMA CROSS is based on another idea. It based on the Counter-Trend strategy.
We take the opposite position of all the world's traders who use the EMAs Pro-Trend.
We know all that the prices going on cycles and the trend reverse its direction.
We take the reversal direction from the beginning and wait the trend to go in our direction. That's the only way to make the maximum profits we could make.
Note: You can use the normal Pro-Trend if you don't like the Counter-Trend.

Let's see the option of the EA:

TakeProfit=180
Set the Take Profit Level you want for the original position.

TrailingStop=30
Set the Trailing Stop Level you want for the original position.

StopLoss=70
Set the Stop Loss Level you want for the original position.
You have to enable UseStopLoss option if you want to use Stop Loss.

UseStopLoss = false
Set this option to true if you want to use Stop Loss for the original position.

HedgingTakeProfit=20
Set the Take Profit Level you want for the hedging position. You have to enable UseHedging to use hedging system.

HedgingStopLoss=10
Set the Stop Loss Level you want for the hedging position.

UseHedging = true
Set this option to false if you don't want to use hedging system.


ContinuesHedging = true
This option if enabled will monitor the original position and every time it find it making losses it will open a hedging order. Set it to false if you don't want to use hedging monitor.

ShortEma = 10
The fast EMA value.

LongEma = 80
The slow EMA value.
I like these EMAs pairs (10/80, 5/13, 1/13) use the pair you believe in.

ImmediateTrade = true
If this option is enable the EA will open immediate trade as soon as you attach it to the chart. Set it to false if you want to wait the crossing of the two EMAs lines.
But if you set it to false and you decided to wait to the cross of the EMAs there's no mean to use Counter-Trend, you have to use Pro-Trend (CounterTrend=false).

CounterTrend = true
Use the originally CounterTrend crossing method or not. Set it to false if you want to use Pro-Trend strategy.

Lots = 1
The Lots value, the program will use this value if you turned of the Money Management system.

UseMoneyManagement = true
Use Money Management or not , set it to false if you don't want to increase your lots value when you win, but you have to set Lots option manually.

AccountIsMicro = false
Use Micro-Account or not

Risk = 10
The risk percentage you can bear.

UseHourTrade = false
Set it to true if you want to limit trading in some hours of the day.

FromHourTrade = 8
When will you start you trade.

ToHourTrade = 18
When will you finish you trade.

Show_Settings = true
Print the setting on the chart.

Summarized = false
Print Summarized settings

slippage = 3
Slippage value.